convert Long To Date
Converts a Long
representing milliseconds since the epoch to a Date
object.
Return
The corresponding Date
object, or null if the input is null.
Parameters
date
The time in milliseconds to convert.
Converts a Long
representing milliseconds since the epoch to a Date
object.
The corresponding Date
object, or null if the input is null.
The time in milliseconds to convert.